Uses of Class
com.netscape.certsrv.dbs.keydb.KeyId
Packages that use KeyId
-
Uses of KeyId in com.netscape.certsrv.key
Fields in com.netscape.certsrv.key declared as KeyIdMethods in com.netscape.certsrv.key that return KeyIdModifier and TypeMethodDescriptionKeyInfo.getKeyId()
KeyNotFoundException.getKeyId()
KeyRecoveryRequest.getKeyId()
KeyRequestInfo.getKeyId()
KeyRequestResponse.getKeyId()
Methods in com.netscape.certsrv.key with parameters of type KeyIdModifier and TypeMethodDescriptionKeyClient.getKeyInfo
(KeyId id) Get the info in the KeyRecord for a specific secret in the DRM.javax.ws.rs.core.Response
KeyResource.getKeyInfo
(KeyId id) void
KeyClient.modifyKeyStatus
(KeyId id, String status) Modify the status of a keyjavax.ws.rs.core.Response
KeyResource.modifyKeyStatus
(KeyId id, String status) KeyClient.recoverKey
(KeyId keyId, byte[] sessionWrappedPassphrase, byte[] transWrappedSessionKey, byte[] nonceData, String b64Certificate) Create a request to recover a secret.KeyClient.retrieveKey
(KeyId keyId, byte[] transWrappedSessionKey) Retrieve a secret (passphrase or symmetric key) from the DRM.KeyClient.retrieveKey
(KeyId keyId, org.mozilla.jss.crypto.SymmetricKey sessionKey) Retrieve a secret (passphrase or symmetric key) from the DRM.KeyClient.retrieveKeyByPassphrase
(KeyId keyId, String passphrase) The secret is secured in transit by wrapping the secret with the passphrase using PBE encryption.KeyClient.retrieveKeyByPKCS12
(KeyId keyId, String certificate, String passphrase) Retrieve an asymmetric private key and return it as PKCS12 data.KeyClient.retrieveKeyUsingWrappedPassphrase
(KeyId keyId, byte[] transWrappedSessionKey, byte[] sessionWrappedPassphrase, byte[] nonceData) This method generates a key recovery request, approves it, and retrieves the secret referred to by keyId.void
void
void
KeyNotFoundException.setRequestId
(KeyId KeyId) Constructors in com.netscape.certsrv.key with parameters of type KeyIdModifierConstructorDescriptionKeyNotFoundException
(KeyId keyId) KeyNotFoundException
(KeyId keyId, String message) KeyNotFoundException
(KeyId keyId, String message, Throwable cause) -
Uses of KeyId in com.netscape.certsrv.logging.event
Methods in com.netscape.certsrv.logging.event with parameters of type KeyIdModifier and TypeMethodDescriptionSecurityDataArchivalProcessedEvent.createFailureEvent
(String subjectID, String archivalRequestId, RequestId requestID, String clientKeyID, KeyId keyID, String failureReason, String pubkey) SecurityDataArchivalProcessedEvent.createSuccessEvent
(String subjectID, String archivalRequestId, RequestId requestID, String clientKeyID, KeyId keyID, String pubkey) Constructors in com.netscape.certsrv.logging.event with parameters of type KeyIdModifierConstructorDescriptionAsymKeyGenerationProcessedEvent
(String subjectID, String outcome, RequestId requestID, String clientKeyID, KeyId keyID, String failureReason) SecurityDataExportEvent
(String subjectID, String outcome, RequestId recoveryID, KeyId keyID, String failureReason, String pubKey) SecurityDataExportEvent
(String subjectID, String outcome, String recoveryID, KeyId keyID, String failureReason, String pubKey) SecurityDataInfoEvent
(String subjectID, String outcome, KeyId keyID, String clientKeyID, String failureReason, String pubKey) SecurityDataRecoveryEvent
(String subjectID, String outcome, RequestId recoveryID, KeyId keyID, String pubkey) SecurityDataRecoveryProcessedEvent
(String subjectID, String outcome, RequestId recoveryID, KeyId keyID, String failureReason, String recoveryAgents) SecurityDataStatusChangeEvent
(String subjectID, String outcome, KeyId keyID, String oldStatus, String newStatus, String info) SymKeyGenerationProcessedEvent
(String subjectID, String outcome, RequestId requestID, String clientKeyID, KeyId keyID, String failureReason)